Point
    ---------------------
    Different to basic
     
     
    Similar to BBC Basic but is now affected by the Output keyword.
     
    Use: Plot a single point or move the on-screen pointer.
    If By is included, the co-ordinates are relative.
     
    Syntax is: Point [By] x,y
     
    Example:
    Point 200,300
    Point x%,y%
    Point By 100,0
     
    For further info about Graphics in WimpBasic click here.
     
    Other keywords in the Graphics category.